home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / kitchen_queen.swf / scripts / DefineSprite_212 / frame_2 / DoAction.as
Text File  |  2011-08-19  |  413b  |  22 lines

  1. gotoAndPlay(1);
  2. if(_root.timer.e < 1)
  3. {
  4.    _root.timer.e = 9;
  5.    _root.timer.d = Number(_root.timer.d) - 1;
  6. }
  7. if(_root.timer.d < 0)
  8. {
  9.    _root.timer.d = 2;
  10.    _root.timer.c = Number(_root.timer.c) - 1;
  11. }
  12. if(_root.timer.c < 0)
  13. {
  14.    _root.timer.c = 9;
  15.    _root.timer.b = Number(_root.timer.b) - 1;
  16. }
  17. if(_root.timer.b < 0)
  18. {
  19.    _root.timer.b = 5;
  20.    _root.timer.a = Number(_root.timer.a) - 1;
  21. }
  22.